🎖️GitЯра🎖️
androidApp/src/fdroid/AndroidManifest.xml fff95f98db169fca3a5422a141273a0e83e1a968 (fff95f98) Text, 3.08 KB
Tff7b72<?xml version="1.0" encoding="utf-8"?>
T8b949e<!--
~ Copyright (c) 2025-2026 Meshtastic LLC
~
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
Tff7b72<manifest Te6edf3xmlns:android=Ta5d6ff"http://schemas.android.com/apk/res/android"
Te6edf3xmlns:tools=Ta5d6ff"http://schemas.android.com/tools"Tff7b72>
T8b949e<!--
Required for writing TAK route data packages to ATAK's auto-import directory.
Only declared for the F-Droid flavor — the Google Play flavor uses scoped
storage (SAF / app-scoped cache) so this permission is not needed there
and would violate Play policy.
-->
Tff7b72<uses-permission Te6edf3android:name=Ta5d6ff"android.permission.MANAGE_EXTERNAL_STORAGE"
Te6edf3tools:ignore=Ta5d6ff"ScopedStorage" Tff7b72/>
Tff7b72<applicationTff7b72>
T8b949e<!--
Register as an "Open in / Send to Meshtastic" target for GeoJSON/KML map files (e.g. the Meshtastic Site
Planner's "Send to App" share). The F-Droid map renders these as OSMdroid overlays (see #6138). Merged into
the MainActivity declared in the base manifest. application/json is broad, but the map importer validates the
file extension and ignores anything that isn't a supported layer.
-->
Tff7b72<activity
Te6edf3android:name=Ta5d6ff"org.meshtastic.app.MainActivity"
Te6edf3android:exported=Ta5d6ff"true"
Te6edf3tools:node=Ta5d6ff"merge"Tff7b72>
Tff7b72<intent-filterTff7b72>
Tff7b72<action Te6edf3android:name=Ta5d6ff"android.intent.action.VIEW" Tff7b72/>
Tff7b72<category Te6edf3android:name=Ta5d6ff"android.intent.category.DEFAULT" Tff7b72/>
Tff7b72<data Te6edf3android:mimeType=Ta5d6ff"application/geo+json" Tff7b72/>
Tff7b72<data Te6edf3android:mimeType=Ta5d6ff"application/vnd.geo+json" Tff7b72/>
Tff7b72<data Te6edf3android:mimeType=Ta5d6ff"application/json" Tff7b72/>
Tff7b72<data Te6edf3android:mimeType=Ta5d6ff"application/vnd.google-earth.kml+xml" Tff7b72/>
Tff7b72<data Te6edf3android:mimeType=Ta5d6ff"application/vnd.google-earth.kmz" Tff7b72/>
Tff7b72</intent-filter>
Tff7b72<intent-filterTff7b72>
Tff7b72<action Te6edf3android:name=Ta5d6ff"android.intent.action.SEND" Tff7b72/>
Tff7b72<category Te6edf3android:name=Ta5d6ff"android.intent.category.DEFAULT" Tff7b72/>
Tff7b72<data Te6edf3android:mimeType=Ta5d6ff"application/geo+json" Tff7b72/>
Tff7b72<data Te6edf3android:mimeType=Ta5d6ff"application/vnd.geo+json" Tff7b72/>
Tff7b72<data Te6edf3android:mimeType=Ta5d6ff"application/json" Tff7b72/>
Tff7b72<data Te6edf3android:mimeType=Ta5d6ff"application/vnd.google-earth.kml+xml" Tff7b72/>
Tff7b72<data Te6edf3android:mimeType=Ta5d6ff"application/vnd.google-earth.kmz" Tff7b72/>
Tff7b72</intent-filter>
Tff7b72</activity>
Tff7b72</application>
Tff7b72</manifest>
Served by rngit 1.5.0 - Generated in 0.03s